home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / wzun11sr.zip / STDIO.C < prev    next >
C/C++ Source or Header  |  1991-06-30  |  432b  |  21 lines

  1. #include <sys\types.h>
  2. #include <sys\stat.h>
  3. #include <time.h>                
  4. #include <string.h>             
  5. #include <windows.h>    /* required for all Windows applications */
  6. #include "winunzip.h"                /* specific to this program              */
  7.  
  8. /* Standard IO
  9.  */
  10. int printf(char *format, ...)
  11. {
  12. }
  13.  
  14. int fprintf(unsigned int file, char *format, ...)
  15. {
  16. }
  17.  
  18. int perror(char *parm1, char *parm2)
  19. {
  20. }
  21.